home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Games / reve / trans / trans.man.text < prev    next >
Encoding:
Text File  |  1995-05-03  |  2.5 KB  |  133 lines

  1.  
  2.  
  3.  
  4. TRANS(6)                 GAMES AND DEMOS                 TRANS(6)
  5.  
  6.  
  7.  
  8. NAME
  9.      trans - a utility to  print  a  transcript  from  reve  game
  10.      recordings.
  11.  
  12. SYNOPSIS
  13.      trans [ -b string ] [ -w string ] [ -r string ] [ -d  string
  14.      ]  [ -c string ] [ -g string ] [ -t string ] [ -s string ] [
  15.      -p string ] [ -l string ]
  16.  
  17.      trans -h
  18.  
  19. DESCRIPTION
  20.      Trans will take a game record produced by reve  (see  manual
  21.      pages  for  reve(6)),  and  produce a PostScript file with a
  22.      transcript of the game, i.e. it will draw a board  and  show
  23.      the moves made, numbered in sequence.
  24.  
  25.      The options allow you  to  specify  source  and  destination
  26.      files,  printed size of the board, and information about the
  27.      game. Strings containing white space or  special  characters
  28.      need  to be quoted. Unused options are filled with a default
  29.      value.
  30.  
  31.      The resulting file can be sent to any PostScript printer.
  32.  
  33. OPTIONS
  34.      -b [ string ]
  35.           Black player name. The default is an empty string.
  36.  
  37.      -w [ string ]
  38.           White player name. The default is an empty string.
  39.  
  40.      -r [ string ]
  41.           The result of the game. The default is an empty string.
  42.  
  43.      -d [ string ]
  44.           The date the game was played. The default is  an  empty
  45.           string.
  46.  
  47.      -c [ string ]
  48.           A comment line. The default is an empty string.
  49.  
  50.      -g [ string ]
  51.           The name of the game transcript file.  The  default  is
  52.           "reve.game".
  53.  
  54.      -t [ string ]
  55.           The name of the output file containing  the  Postscript
  56.           file to be printed.  The default is "reve.trans.ps".
  57.  
  58.      -s factor
  59.           The scaling factor for printed transcript. The  default
  60.  
  61.  
  62.  
  63. Sun Release 4.1   Last change: 18 February 1991                 1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. TRANS(6)                 GAMES AND DEMOS                 TRANS(6)
  71.  
  72.  
  73.  
  74.           fills one letter size page.
  75.  
  76.      -p [ string ]
  77.           The place or occasion  when  the  game  was  held.  The
  78.           default is an empty string.
  79.  
  80.      -l [ string ]
  81.           The time limit or level for the game. The default is an
  82.           empty string.
  83.  
  84.      -h   Display a help message.
  85.  
  86. EXAMPLES
  87.      trans -g "../games/reve/reve.game" -t "/tmp/foo.ps"
  88.  
  89.      trans -b valerie -w reve -r "32-32" -d "Feb 17, 1991"
  90.  
  91.      trans -c "I won!" -l "5 Minutes" -p "at work" -s "0.5"
  92.  
  93.      trans -h
  94.  
  95. BUGS
  96.      See the TODO file for the list of known problems.
  97.  
  98. AUTHOR
  99.      Valerie Haecky      vmh@Eng.Sun.COM
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. Sun Release 4.1   Last change: 18 February 1991                 2
  130.  
  131.  
  132.  
  133.